.jz {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes float {
  0% {
    transform: rotate(15deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.banner {
  width: 100%;
  height: 940px;
  position: relative;
  overflow: hidden;
}
.banner .slideBox {
  position: relative;
}
.banner .bd ul {
  width: 100%;
  height: 940px;
}
.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 940px;
}
.banner .bd ul li img {
  width: 100%;
  height: 100%;
}
.banner .prev {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat left center;
  transition: 0.5s;
  position: absolute;
  top: 47%;
  left: 150px;
  z-index: 999;
  transform: translateY(-25px);
}
.banner .next {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat right center;
  transition: 0.5s;
  transform: translateY(-25px);
  position: absolute;
  top: 47%;
  right: 150px;
  z-index: 999;
}
.banner .hd {
  width: 150px;
  height: 2px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  border-left: 50px 50% solid;
  z-index: 999;
  transform: translateX(-50%);
}
.banner .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner .hd ul li.on {
  background-color: #f7cc0b;
}
.banner .hd ul li {
  cursor: pointer;
  transition: 0.3s;
  width: 25%;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 1680px) {
  .banner {
    height: 823px;
  }
  .banner .bd ul li {
    height: 823px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 705px;
  }
  .banner .bd ul li {
    height: 705px;
  }
}
.biaoti {
  width: 300px;
  float: left;
  height: 110px;
  background: url(../images/bt.png) no-repeat 44px bottom;
}
.biaoti p {
  font-family: Impact;
  font-size: 60px;
  line-height: 49px;
  color: #333;
}
.biaoti h3 {
  letter-spacing: 8px;
  color: #333333;
  margin-top: 15px;
  font-size: 40px;
  line-height: 38px;
  font-weight: 600;
}
.product {
  width: 100%;
  height: 977px;
  padding-top: 93px;
  box-sizing: border-box;
  background: url("../images/bg1.jpg") no-repeat center bottom;
  overflow: hidden;
}
.product .mos {
  float: right;
  margin-top: 29px;
  width: 403px;
  height: 57px;
  background: url("../images/mo.png") no-repeat center;
}
.product .pic {
  width: 100%;
  height: 560px;
  margin-top: 64px;
  position: relative;
}
.product .pic li:hover .tu img {
  transform: scale(1.2);
}
.product .pic li:hover .ti {
  position: absolute;
  top: 0px;
  left: 0px;
}
.product .pic li:hover .ti i img {
  animation: 1s jello;
}
.product .pic li:nth-child(2) {
  float: none;
  background-color: #f1f1f1;
}
.product .pic li:nth-child(3) {
  background-color: #f1f1f1;
}
.product .pic li:nth-child(5) {
  width: 960px;
  height: 560px;
  background-color: #f1f1f1;
  border: solid 1px #e0e0e0;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: -310px;
}
.product .pic li {
  float: left;
  width: 325px;
  height: 280px;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  position: relative;
  box-sizing: border-box;
  border-right: none;
  overflow: hidden;
}
.product .pic li .tu {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .pic li .tu img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: 1s;
  height: 100%;
}
.product .pic li .ti {
  width: 100%;
  height: 100%;
  background-color: #f8cd0c;
  position: absolute;
  top: 100%;
  left: 0px;
  transition: 0.5s;
}
.product .pic li .ti a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 23% 10px;
  text-align: center;
  font-size: 22px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .pic li .ti a i {
  display: block;
  width: 100%;
  height: 78px;
  text-align: center;
  margin-bottom: 25px;
}
.product .classify {
  width: 100%;
  height: 150px;
}
.product .classify ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .classify ul li.on {
  background-color: #222222;
}
.product .classify ul li.on a {
  background: url(../images/ti1.png) no-repeat center 97px;
  color: #fff;
}
.product .classify ul li {
  width: 20%;
  height: 150px;
  text-align: center;
  transition: 0.5s;
}
.product .classify ul li a {
  display: block;
  width: 100%;
  height: 150px;
  padding-top: 60px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  background: url(../images/ti2.png) no-repeat center 97px;
  transition: 0.5s;
}
.case {
  width: 100%;
  height: 864px;
  padding-top: 85px;
  box-sizing: border-box;
  overflow: hidden;
}
.case .mos {
  float: right;
  margin-top: 29px;
  width: 403px;
  height: 57px;
  background: url("../images/mo.png") no-repeat center;
}
.case ul {
  width: 100%;
  margin-top: 36px;
}
.case ul li:hover .ti p {
  color: #f7cc0b;
}
.case ul li:hover .ti p a {
  color: #f7cc0b;
}
.case ul li:hover .box .tu img {
  transform: scale(1.2);
}
.case ul li {
  width: 100%;
  height: 200px;
}
.case ul li .ti {
  width: 300px;
  float: left;
  margin-top: 55px;
  position: relative;
  box-sizing: border-box;
  padding-left: 108px;
}
.case ul li .ti i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 75px;
  height: 22px;
  text-align: right;
  background: url("../images/ti3.png") no-repeat left center;
  display: block;
  font-family: arial;
  font-size: 30px;
  font-weight: 900;
  line-height: 22px;
  color: #8b8b8b;
}
.case ul li .ti p {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  transition: 0.3s;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case ul li .ti p a {
  color: #333;
  transition: 0.3s;
}
.case ul li .ti span {
  display: block;
  color: #999999;
  margin-top: 11px;
  font-family: arial;
  font-size: 14px;
  line-height: 10px;
}
.case ul li .box {
  width: 935px;
  float: right;
  border-top: 1px solid #eee;
}
.case ul li .box .jie {
  float: left;
  width: 525px;
  margin: 39px 0 0 32px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 15px;
}
.case ul li .box .tu {
  width: 290px;
  height: 155px;
  float: right;
  overflow: hidden;
}
.case ul li .box .tu img {
  width: 290px;
  height: 155px;
  transition: 1s;
}
.about {
  width: 100%;
  height: 834px;
  background: url("../images/bg2.jpg") no-repeat center;
  padding-top: 93px;
  box-sizing: border-box;
  overflow: hidden;
}
.about .left {
  width: 644px;
}
.about .left .biaoti p {
  color: #fff;
}
.about .left .biaoti h3 {
  color: #fff;
}
.about .left .shu {
  width: 644px;
  height: 140px;
  margin: 38px 0 51px;
  background: url("../images/trust.png") no-repeat center;
  box-sizing: border-box;
  padding: 60px 0 0 175px;
  letter-spacing: 3.6px;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
}
.about .left .ti {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
}
.about .left .jie {
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.6;
  font-size: 16px;
  margin: 25px 0 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.about .left .mo {
  display: block;
  width: 170px;
  height: 54px;
  background-color: #f8cd0c;
  border-radius: 26.5px;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  color: #333;
}
.about .tu {
  width: 669px;
  height: 669px;
  float: right;
  margin-right: -80px;
}
.about .tu img {
  width: 100%;
}
.news {
  width: 100%;
  height: 865px;
  background: url(../images/bg3.jpg) no-repeat center -25px;
  padding-top: 80px;
  box-sizing: border-box;
  overflow: hidden;
}
.news .mos {
  float: right;
  margin-top: 29px;
  width: 403px;
  height: 57px;
  background: url("../images/mo.png") no-repeat center;
}
.news .list::after {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  content: "";
  position: absolute;
  top: 266px;
  left: 0px;
}
.news .list {
  width: 100%;
  margin-top: 53px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.news .list li:hover .tu img {
  transform: scale(1.2);
}
.news .list li {
  height: 266px;
  width: 600px;
  padding-top: 40px;
  box-sizing: border-box;
}
.news .list li .shi {
  background: url(../images/jt.png) no-repeat left 123px;
  height: 170px;
  width: 56px;
  float: left;
  text-align: center;
  padding-top: 19px;
  box-sizing: border-box;
  font-weight: bold;
  font-family: simsun;
  font-size: 16px;
  line-height: 12px;
  color: #666;
  letter-spacing: -1px;
}
.news .list li .shi p {
  font-weight: bold;
  font-family: simsun;
  font-size: 50px;
  line-height: 38px;
  color: #333;
  margin-bottom: 12px;
}
.news .list li .tu {
  width: 240px;
  height: 170px;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  overflow: hidden;
  float: left;
  margin-left: 33px;
}
.news .list li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news .list li .zi {
  width: 235px;
  float: right;
  margin-top: 9px;
}
.news .list li .zi .ti {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .list li .zi .ti a {
  color: #333;
  transition: 0.3s;
}
.news .list li .zi .jie {
  margin: 23px 0 35px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .list li .zi .mo {
  display: block;
  width: 125px;
  height: 16px;
  line-height: 16px;
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  font-family: simsun;
  background: url("../images/view.png") no-repeat right center;
}
.news .list li .zi .mo i:nth-child(5) {
  margin-left: 5px;
}
.news .list li .zi .mo i {
  font-weight: bold;
  font-family: simsun;
}
.news .yqlj {
  width: 100%;
  margin-top: 6px;
  box-sizing: border-box;
  padding: 18px 0 0 145px;
  background: url("../images/links.png") no-repeat left center;
  height: 42px;
}
.news .yqlj li:hover {
  transform: translateX(5px);
}
.news .yqlj li:hover a {
  color: #f7cc0b;
}
.news .yqlj li {
  line-height: 24px;
  float: left;
  margin-left: 40px;
  transition: 0.3s;
  font-size: 14px;
  color: #333;
}
.news .yqlj li a {
  color: #333;
  transition: 0.3s;
}
.message {
  width: 100%;
  height: 300px;
  background-color: #EEEEEE;
}
.message .center {
  height: 300px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 40px;
}
.message .lian {
  width: 384px;
  float: left;
  margin-top: 65px;
}
.message .lian .ti {
  height: 70px;
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 16px;
}
.message .lian .ti p {
  font-size: 30px;
  margin-top: 15px;
  line-height: 25px;
  font-weight: bold;
  color: #333;
}
.message .lian li:last-child {
  background: url("../images/li2.png") no-repeat left center;
}
.message .lian li {
  margin-top: 20px;
  box-sizing: border-box;
  padding-left: 45px;
  height: 32px;
  line-height: 32px;
  background: url("../images/li1.png") no-repeat left center;
  font-size: 16px;
  color: #333;
}
.message .er {
  width: 260px;
  height: 300px;
  float: left;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-top: 62px;
  box-sizing: border-box;
  text-align: center;
}
.message .er img {
  width: 153px;
  height: 153px;
  border: solid 10px #eeeeee;
}
.message .ly {
  width: 525px;
  float: right;
  margin-top: 60px;
}
.message .ly #tel {
  float: right;
}
.message .ly input {
  box-sizing: border-box;
  padding: 0 10px 0 18px;
  width: 253px;
  height: 44px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #333;
  background: transparent;
  float: left;
}
.message .ly input::placeholder {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333;
}
.message .ly #codeText {
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  color: #333;
  padding-left: 18px;
  background: transparent;
  float: none;
}
.message .ly .yzm {
  position: relative;
  width: 253px;
  height: 44px;
  font-weight: normal;
  float: left;
}
.message .ly #imgCode {
  position: absolute;
  display: block;
  width: 91px;
  height: 30px;
  top: 7px;
  right: 10px;
  color: #333;
  background-color: #ccc;
}
.message .ly #btn {
  width: 253px;
  height: 44px;
  background-color: #f8cd0c;
  display: block;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 44px;
  letter-spacing: 0px;
  color: #fff;
  outline: none;
  cursor: pointer;
  float: right;
}
.message .ly #contant {
  box-sizing: border-box;
  padding: 0 10px 0 18px;
  width: 100%;
  height: 44px;
  transition: 0.7s;
  color: #333;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  background: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  display: block;
  margin: 21px 0;
}
.message .ly #contant::placeholder {
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333;
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
